-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Functions Kotlin to strict API #6386
Conversation
Javadoc Changes:--- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/functions/HttpsCallOptions.Companion.html 2024-10-15 19:31:27.777883982 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/functions/HttpsCallOptions.Companion.html 1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-<html devsite="true">
- <head>
- <title>HttpsCallOptions.Companion</title>
-{% setvar book_path %}/_book.yaml{% endsetvar %}
-{% include "docs/reference/android/_reference-head-tags.html" %}
- </head>
- <body>
- <div id="metadata-info-block"></div>
- <h1>HttpsCallOptions.Companion</h1>
- <p>
- <pre>public static class <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallOptions.Companion.html">HttpsCallOptions.Companion</a></pre>
- </p>
- <hr>
- </body>
-</html>
- --- /home/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/functions/HttpsCallOptions.html 2024-10-15 19:31:27.781884000 +0000
+++ /home/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/functions/HttpsCallOptions.html 2024-10-15 19:28:52.809025290 +0000
@@ -21,26 +21,6 @@
</colgroup>
<thead>
<tr>
- <th colspan="100%"><h3>Nested types</h3></th>
- </tr>
- </thead>
- <tbody class="list">
- <tr>
- <td>
- <div><code>public static class <a href="/docs/reference/android/com/google/firebase/functions/HttpsCallOptions.Companion.html">HttpsCallOptions.Companion</a></code></div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="devsite-table-wrapper">
- <table class="responsive">
- <colgroup>
- <col width="40%">
- <col>
- </colgroup>
- <thead>
- <tr>
<th colspan="100%"><h3>Public fields</h3></th>
</tr>
</thead> |
Vertex AI Mock Responses Check
|
Generated by 🚫 Danger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
For auditing sake, I'll leave b/369383096 here- which is a tracking task for doing this for all SDKS.
Test Results20 files - 58 20 suites - 58 32s ⏱️ - 1m 18s Results for commit 3011274. ± Comparison against base commit c50a9b5. This pull request removes 306 and adds 23 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
The public api surface has changed for the subproject firebase-functions: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
The public api surface has changed for the subproject firebase-functions: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
No description provided.